home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
49818
/
49818.xpi
/
content
/
overlay.xul
< prev
Wrap
Extensible Markup Language
|
2010-02-09
|
5KB
|
70 lines
<?xml version="1.0"?>
<!DOCTYPE overlay SYSTEM "chrome://webhi/locale/overlay.dtd">
<overlay id="webhi-overlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<window id="main-window">
<stringbundleset id="strbundles">
<stringbundle id="strings" src="chrome://webhi/locale/overlay.properties"/>
</stringbundleset>
</window>
<statusbar id="status-bar">
<statusbarpanel tooltiptext="Yooper" class="statusbarpanel-menu-iconic" id="be.yooper.status" src="chrome://webhi/content/images/greenLight.png">
<menupopup onpopupshowing="be.yooper.currentUser.onStatusMenuShowing()">
<menuitem id="menu_login" label="&menu.login;" oncommand="be.yooper.myAjax.logIn()"/>
<menuitem id="menu_auto" label="&menu.auto;" oncommand="be.yooper.currentUser.auto()"/>
<menuitem label="&menu.help;" oncommand="gBrowser.selectedTab = gBrowser.addTab('http://www.yooper.be/help');"/>
<menuitem label="&menu.feedback;" oncommand="gBrowser.selectedTab = gBrowser.addTab('http://login.yooper.be/feedback');"/>
</menupopup>
</statusbarpanel>
<statusbarpanel tooltiptext="Color picker" class="statusbarpanel-menu-iconic" id="be.yooper.color" src="chrome://webhi/content/images/yellow.png">
<panel id="be.yooper.colorpicker" onpopupshowing="be.yooper.currentUser.onColorMenuShowing()">
<image src="chrome://webhi/content/images/aqua.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('aqua')"/>
<image src="chrome://webhi/content/images/blue.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('blue')"/>
<image src="chrome://webhi/content/images/fuchsia.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('fuchsia')"/>
<image src="chrome://webhi/content/images/gray.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('gray')"/>
<image src="chrome://webhi/content/images/green.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('green')"/>
<image src="chrome://webhi/content/images/lime.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('lime')"/>
<image src="chrome://webhi/content/images/maroon.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('maroon')"/>
<image src="chrome://webhi/content/images/navy.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('navy')"/>
<image src="chrome://webhi/content/images/olive.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('olive')"/>
<image src="chrome://webhi/content/images/red.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('red')"/>
<image src="chrome://webhi/content/images/silver.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('silver')"/>
<image src="chrome://webhi/content/images/teal.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('teal')"/>
<image src="chrome://webhi/content/images/white.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('white')"/>
<image src="chrome://webhi/content/images/black.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('black')"/>
<image src="chrome://webhi/content/images/yellow.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('yellow')"/>
<menuseparator/>
<image src="chrome://webhi/content/images/FFFFC0.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('#FFFFC0')"/>
<image src="chrome://webhi/content/images/noMarker.png" id='aqua' onclick="be.yooper.currentUser.colorClicked('noMarker')"/>
</panel>
</statusbarpanel>
<statusbarpanel tooltiptext="Undo last highlight" class="statusbarpanel-iconic" id="be.yooper.undo" src="chrome://webhi/content/images/undo.png" oncommand="be.yooper.currentUser.undo()">
</statusbarpanel>
<statusbarpanel tooltiptext="Memory helper" class="statusbarpanel-menu-iconic" id="be.yooper.brain" src="chrome://webhi/content/images/brain.png">
<menupopup >
<menuitem label="&menu.summary;" oncommand="be.yooper.currentUser.showSummary()"/>
<menuitem label="&menu.hide;" oncommand="be.yooper.currentUser.hideHighlights()"/>
<menuitem label="&menu.remove;" oncommand="be.yooper.currentUser.removeHighlights()"/>
<menuseparator/>
<menuitem label="&menu.search;" oncommand="gBrowser.selectedTab = gBrowser.addTab('http://login.yooper.be/search');"/>
</menupopup>
</statusbarpanel>
<statusbarpanel tooltiptext="Share highlights" class="statusbarpanel-menu-iconic" id="be.yooper.share" src="chrome://webhi/content/images/share.png" >
<menupopup >
<menuitem label="&menu.mail;" oncommand="be.yooper.currentUser.copyAndMail()"/>
<menuitem label="&menu.copy;" oncommand="be.yooper.currentUser.copy()"/>
</menupopup>
</statusbarpanel>
</statusbar>
<menupopup id="contentAreaContextMenu">
<menuitem id="context.highlight" label="&context.highlight;" class="menuitem-iconic" image="chrome://webhi/content/images/favicon.gif" accesskey="h" oncommand="be.yooper.myPage.contextHighlight()"/>
<menuitem id="context.deHighlight" label="&context.deHighlight;" oncommand="be.yooper.myPage.contextDehighlight()"/>
</menupopup>
<script src="classes.js"/>
</overlay>